summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-01-30 03:00:55 +0100
committerGitHub <noreply@github.com>2023-01-30 03:00:55 +0100
commit4069c3ac8b041bb22801663f4486ef115b863b23 (patch)
tree9f88a30d5a4b2bc5cd10e39430d9251237defe57
parentMerge pull request #9706 from Morph1984/github-tagged-merge (diff)
parentcmake: Download clang format 15 (diff)
downloadyuzu-4069c3ac8b041bb22801663f4486ef115b863b23.tar
yuzu-4069c3ac8b041bb22801663f4486ef115b863b23.tar.gz
yuzu-4069c3ac8b041bb22801663f4486ef115b863b23.tar.bz2
yuzu-4069c3ac8b041bb22801663f4486ef115b863b23.tar.lz
yuzu-4069c3ac8b041bb22801663f4486ef115b863b23.tar.xz
yuzu-4069c3ac8b041bb22801663f4486ef115b863b23.tar.zst
yuzu-4069c3ac8b041bb22801663f4486ef115b863b23.zip
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3329318a..8896fe0be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -514,7 +514,7 @@ endif()
# against all the src files. This should be used before making a pull request.
# =======================================================================
-set(CLANG_FORMAT_POSTFIX "-12")
+set(CLANG_FORMAT_POSTFIX "-15")
find_program(CLANG_FORMAT
NAMES clang-format${CLANG_FORMAT_POSTFIX}
clang-format